home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-09 / intouch.zip / DBF_NDX.ME < prev    next >
Text File  |  1991-11-10  |  2KB  |  57 lines

  1. Creation Date: 11/01/1987                             Last Modified: 02/09/1988
  2.  
  3.  
  4.  
  5.  
  6.                                Tools for dBase III
  7.                               Programmers and Users 
  8.  
  9.  
  10.  
  11.                            Author : Richard P. Hendricks
  12.  
  13.  
  14.                              COPYRIGHT (C) 1987, 1988
  15.  
  16.  
  17. DESCRIPTION:
  18.  
  19. The reason that I wrote these programs was because I use the dBase III compiler
  20. QuickSilver and the primary reason I have dBase III loaded on my system is to
  21. create and initialize database files. ( Note: Wordtech has a facility to create
  22. a database file, but it does not allow for loading and it cannot be used in a
  23. batch mode. ) The other reasons I have dBase III loaded are to list the contents
  24. of a database and determine the number of records in the database.
  25.  
  26.  
  27. PROGRAMS:
  28.  
  29. The programs should be useful for developers and users of
  30.  
  31.           * QuickSilver              * Clipper
  32.           * dBase III                * Alpha/three
  33.           * dBase III Plus
  34.  
  35. The programs are:
  36.  
  37.   BLD_DBF      - Build a dBase III/+ compatable database by filtering in the
  38.                   data and using a structure file to describe the structure
  39.   DBF_LIST     - List the contents and structure of dBase III database files
  40.   DBF_DIR      - List the number of records and structure of dBase III database
  41.                   files
  42.   NDX_LIST     - List the contents and key expression of dBase III index files
  43.   NDX_DIR      - List the key expression of dBase III of dbase III index files
  44.  
  45. The index related programs are not compatable with the Clipper index files.
  46.  
  47. Latest Versions as of 02/09/1988
  48.  
  49.   BLD_DBF     1.2    02/08/1988
  50.  
  51.   DBF_LIST    1.1    01/12/1988
  52.   DBF_DIR     1.1    01/13/1988
  53.  
  54.   NDX_LIST    1.01   10/20/1987
  55.   NDX_DIR     1.01   10/07/1987
  56.  
  57.